From: Richard M. Stallman Date: Mon, 2 Dec 2002 16:17:29 +0000 (+0000) Subject: (c++-font-lock-extra-types): Fix previous change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~54299 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0179b8465125662fca4b329791bc9b29aff39c45;p=emacs.git (c++-font-lock-extra-types): Fix previous change. --- diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 03a3f61b5a7..8f7d57c716c 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -1899,7 +1899,7 @@ The value of this variable is used when Font Lock mode is turned on." :group 'font-lock-extra-types) (defcustom c++-font-lock-extra-types - '("\\sw+_t\\(?:ype\\)?" + '("\\sw+_t" "string" "rope"